runtime.mcache.tiny (field)
74 uses
runtime (current package)
malloc.go#L1265: if off+size <= maxTinySize && c.tiny != 0 {
malloc.go#L1267: x := unsafe.Pointer(c.tiny + off)
malloc.go#L1286: if !raceenabled && (size < c.tinyoffset || c.tiny == 0) {
malloc.go#L1288: c.tiny = uintptr(x)
malloc_generated.go#L4351: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4353: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L4410: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L4412: c.tiny = uintptr(x)
malloc_generated.go#L4507: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4509: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L4566: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L4568: c.tiny = uintptr(x)
malloc_generated.go#L4663: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4665: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L4722: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L4724: c.tiny = uintptr(x)
malloc_generated.go#L4819: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4821: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L4878: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L4880: c.tiny = uintptr(x)
malloc_generated.go#L4975: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4977: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L5034: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L5036: c.tiny = uintptr(x)
malloc_generated.go#L5131: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5133: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L5190: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L5192: c.tiny = uintptr(x)
malloc_generated.go#L5287: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5289: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L5346: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L5348: c.tiny = uintptr(x)
malloc_generated.go#L5443: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5445: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L5502: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L5504: c.tiny = uintptr(x)
malloc_generated.go#L5599: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5601: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L5658: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L5660: c.tiny = uintptr(x)
malloc_generated.go#L5755: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5757: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L5814: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L5816: c.tiny = uintptr(x)
malloc_generated.go#L5911: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5913: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L5970: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L5972: c.tiny = uintptr(x)
malloc_generated.go#L6067: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6069: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L6126: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L6128: c.tiny = uintptr(x)
malloc_generated.go#L6223: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6225: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L6282: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L6284: c.tiny = uintptr(x)
malloc_generated.go#L6379: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6381: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L6438: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L6440: c.tiny = uintptr(x)
malloc_generated.go#L6535: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6537: x := unsafe.Pointer(c.tiny + off)
malloc_generated.go#L6594: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_generated.go#L6596: c.tiny = uintptr(x)
malloc_stubs.go#L417: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_stubs.go#L419: x := unsafe.Pointer(c.tiny + off)
malloc_stubs.go#L438: if !raceenabled && (constsize < c.tinyoffset || c.tiny == 0) {
malloc_stubs.go#L440: c.tiny = uintptr(x)
mcache.go#L41: tiny uintptr
mcache.go#L327: c.tiny = 0
mgcmark.go#L1783: if c == nil || c.tiny == 0 {
mgcmark.go#L1787: if !tryDeferToSpanScan(c.tiny, gcw) {
mgcmark.go#L1788: _, span, objIndex := findObject(c.tiny, 0, 0)
mgcmark.go#L1789: greyobject(c.tiny, 0, 0, span, gcw, objIndex)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |